Added two new signals to GtkSpinButton, "input" and "output", to make the
authorStefan Jeske <stefan@src.gnome.org>
Sun, 28 Feb 1999 16:04:47 +0000 (16:04 +0000)
committerStefan Jeske <stefan@src.gnome.org>
Sun, 28 Feb 1999 16:04:47 +0000 (16:04 +0000)
commit209f5d5cd4078861b6f0fa593f57802c84ea2a7b
treef1ffb0d9d364134dc83aba2d6fe4c50c22f35647
parente84df313c42338029e3c21006dd08e93dc692f77
Added two new signals to GtkSpinButton, "input" and "output", to make the

* gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to
GtkSpinButton, "input" and "output", to make the output more flexible.
  The user has to provide a mapping between adjustment->value and the
  output string (and vice versa, if the spin button is editable).
See testgtk for examples.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkspinbutton.c
gtk/gtkspinbutton.h
gtk/testgtk.c
tests/testgtk.c